projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a57bfd
)
Don't test for src/emacs.c in rules since the whole tree is in git now.
author
Rob Browning
<rlb@defaultvalue.org>
Sat, 8 Oct 2011 16:08:03 +0000
(11:08 -0500)
committer
Rob Browning
<rlb@defaultvalue.org>
Sun, 23 Oct 2011 06:21:39 +0000
(
01:21
-0500)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 5c0447184ff1596cf52cc9823b93a935739e9c61..8cdd17620bd3377b8ec24213b280d68d39b42457 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-269,16
+269,6
@@
local_lpath_install \
define testdir
dh_testdir debian/emacsVER.postinst
- @if ! test -f src/emacs.c; \
- then \
- echo; \
- echo -n "The upstream source does not appear to be available."; \
- echo " Please put the contents"; \
- echo -n "of $(deb_orig_tgz) into the"; \
- echo " current directory."; \
- echo; \
- false; \
- fi
endef
# If we ever need to do the stripping outside of dh_strip, just add an